Package-level declarations

Types

Link copied to clipboard
class NewsItem(val id: Long, url: String, val title: String, val body: String, publish: ZonedDateTime, readNews: <Error class: unknown class>)
Link copied to clipboard
class NewsTree(val news: List<NewsItem> = emptyList())